From d044e8378ebeba7f93607e0e334b8f59ff3c1cd5 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 20 Aug 2009 15:24:44 +0000 Subject: [PATCH] * net/dbus.el (top): Don't check for (getenv "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now. --- lisp/net/dbus.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index 273d531ed35..aeff93f6d26 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el @@ -836,9 +836,8 @@ name of the property, and its value. If there are no properties, ;; descriptors to input_wait_mask, in order to detect incoming ;; messages immediately. (dbus-ignore-errors - (when (getenv "DBUS_SESSION_BUS_ADDRESS") - (dbus-init-bus :system) - (dbus-init-bus :session))) + (dbus-init-bus :system) + (dbus-init-bus :session)) (provide 'dbus) -- 2.30.2